/* Brandon Grotesque / Brandon Text - using system/web safe fallbacks since font files are not available */
/* If you have the font files, place them at /fonts/ on your server */
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('/fonts/BrandonGrotesque-Light.woff2') format('woff2'),
        url('/fonts/BrandonGrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('/fonts/BrandonGrotesque-Black.woff2') format('woff2'),
        url('/fonts/BrandonGrotesque-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Text';
    src: url('/fonts/BrandonText-Bold.woff2') format('woff2'),
        url('/fonts/BrandonText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Text';
    src: url('/fonts/BrandonText-Light.woff2') format('woff2'),
        url('/fonts/BrandonText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Text';
    src: url('/fonts/BrandonText-Regular.woff2') format('woff2'),
        url('/fonts/BrandonText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Text';
    src: url('/fonts/BrandonText-RegularItalic.woff2') format('woff2'),
        url('/fonts/BrandonText-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
